DEC (decrement memory) Tags: NZ
DEC
Description:
Reduces memory by one byte value. For the 65816, DEC without an operand will decrement the accumulator.
Example:
DEC alpha ; decrease of 1 given at 'alpha'
DEC ; decrease accumulator by 1 (65816 only)